Slip Box
/
About
/
expLog
/
@
Adjacency Matrix
A[ij] = 1 if there is an edge from node i to node j.
Choose 1/0 in the diagonal.
Symmetric for undirected graphs.
Labeling nodes in ancestral order allows for a triangular adjacency matrix.
BRML